For the past 2 months, the night I install updates on the Exchange 2013 servers, after the second server is updated I cannot move the databases to their normal servers (we have the servers in an active - active setup with half of the databases on each).
When I try to move them using the ECP console it fails, the error it reports is:
error
databasename
An Active Manager operation failed. Error: The database action failed. Error: An error occurred while trying to validate the specified database copy for possible activation. Error:
servername:
Database copy 'databasename' on server 'servername' has a total (copy plus replay) queue length of 9223372036853793063 logs, which is higher than the maximum allowed queue length of 400. If you need to activate this
database copy, you can use the Move-ActiveMailboxDatabase cmdlet with the -SkipLagChecks and -MountDialOverride parameters to forcibly activate the database copy. If the database does not automatically mount after running Move-ActiveMailboxDatabase successfully,
use the Mount-Database cmdlet to mount the database.
[Database: databasename, Server: servername.domain.com]
I found multiple reports of this in Exchange 2010 but nothing for 2013. I tried the powershell commands used in 2010 to force a move, but i get a database in unknown status not active on either server.
Last month I reseeded one database and it suddenly changed the CQL to 0 for all other databases and let me move them.
Any ideas what is causing this and how I fix it without spending hours waiting for a reseed to finish?